home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / IMPORTER / IMP / IMPDATA.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  330 b   |  18 lines

  1. /* $Id: ImpData.h 1.1 1996/08/06 18:41:22 DAMIEN Exp $ */
  2.  
  3. // Copyright © 1990-1995 Ray Dream, Inc. All rights reserved.
  4.  
  5. #ifndef __IMPDATA__
  6. #define __IMPDATA__
  7.  
  8. #ifndef __3DBSTYPE__
  9. #include "3DBsType.h"
  10. #endif
  11.  
  12. struct TfData {
  13.     };
  14.  
  15. #define kEasyMaxLineChar 20
  16. typedef char EasyString[kEasyMaxLineChar];
  17.  
  18. #endif